From: Pavel Janík Date: Wed, 12 Dec 2001 20:03:19 +0000 (+0000) Subject: Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~59858 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=19474e269f8cc2582ac1749fb60ae0d9276ccd38;p=emacs.git Fix typo. --- diff --git a/src/w32bdf.c b/src/w32bdf.c index b3df1645044..d2d33d72ca3 100644 --- a/src/w32bdf.c +++ b/src/w32bdf.c @@ -791,7 +791,7 @@ struct font_info *w32_load_bdf_font (struct frame *f, char *fontname, return fontp; } -/* Check a file for an XFLD string describing it. */ +/* Check a file for an XLFD string describing it. */ int w32_BDF_to_x_font (char *file, char* xstr, int len) { HANDLE hfile, hfilemap;